home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / UserFuncDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.5 KB  |  53 lines

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_USERFUNCDLG_H__21DC4902_CE08_11D1_83DE_000021017266__INCLUDED_)
  5. #define AFX_USERFUNCDLG_H__21DC4902_CE08_11D1_83DE_000021017266__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // UserFuncDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CUserFuncDlg dialog
  15.  
  16. class CUserFuncDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CUserFuncDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CUserFuncDlg)
  24.     enum { IDD = IDD_USERFUNC_DIALOG };
  25.     CCell    m_ctrl;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CUserFuncDlg)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CUserFuncDlg)
  41.     virtual BOOL OnInitDialog();
  42.     afx_msg void OnOnExecuteUserFuncSgctrl1(LPCTSTR name, short rettype, short paranum, long FAR* paratype, VARIANT FAR* funcResult);
  43.     afx_msg void OnOnUserFuncGuideSgctrl1(long parent, LPCTSTR funcname, VARIANT FAR* guidestring);
  44.     DECLARE_EVENTSINK_MAP()
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_USERFUNCDLG_H__21DC4902_CE08_11D1_83DE_000021017266__INCLUDED_)
  53.